Release 10.1A: OpenEdge Data Management:
DataServer for Microsoft SQL Server
RECID function
For backward compatibility, the DataServer supports the
RECIDfunction for MSS data source tables that have a unique 4-byte integer column.When create
RECIDfield is switched on, the Progress-to-MSS migration utility creates an indexedNUMBERcolumn with unique values for each row calledPROGRESS_RECID. You can also add this column to tables manually if you are using an existing MS SQL Server database or if you ported an OpenEdge database without the createRECIDfield switched on.If the
PROGRESS _RECIDfield does not exist in the table, the DataServer utility automatically designates the index that meets the unique key criteria. For a complete description of theRECIDfunction, see its reference entry in OpenEdge Development: Progress 4GL Reference .You can make an existing application that includes
RECIDbehave more consistently across data sources by replacingRECIDwithROWID. See the "ROWID function" section for more information.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |